NumberIsEqualToNumber
Type
operator
Summary
Equal to relation.
Syntax
<Left> = <Right>
Description
Equal to relation.
Parameters
Name | Type | Description |
---|---|---|
Left | An expression that evaluates to a number. | |
Right | An expression that evaluates to a number. |
Value
Name | Type | Description |
---|---|---|
return | True if Left is equal to Right, and false otherwise. |